sync.Pool.pin (method)

3 uses

	sync (current package)
		pool.go#L107: 	l, _ := p.pin()
		pool.go#L131: 	l, pid := p.pin()
		pool.go#L198: func (p *Pool) pin() (*poolLocal, int) {